home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / wwived23.zip / MACROS.LCL < prev    next >
Text File  |  1992-04-19  |  2KB  |  74 lines

  1. This is the local macros file for WWIVEdit version 2.3.  To edit these macros,
  2. edit them with WWIVEdit (type WWIVEDIT MACROS.LCL from the dos command line,
  3. assuming that you have an ANSI driver loaded.)
  4. For more information on this file, check the Help section of WWIVEdit, and 
  5. also the WWIVEDIT.DOC file.
  6.  
  7. 1:
  8. This is the 2Alt-10 macro.  Edit the MACROS.LCL file to change it!
  9. :1
  10.  
  11. < This line is ignored because it isn't between two delimeters >
  12.  
  13. 2:
  14. This is the Alt-2 macro.  Edit the MACROS.LCL file to change it!
  15. :2
  16.  
  17. 0:
  18. This is the Alt-0 Macro. ~
  19. It is multi-lined in the macro file!
  20. :0
  21.  
  22.  
  23. Here is a "Save" macro.  It was inserted using Alt-L ESC.
  24. F2:
  25. S~
  26. :F2
  27.  
  28. Here is another "Save" macro.
  29. !F2:
  30. ~/SN
  31. :!F2
  32.  
  33. Here's an ALT-F10 macro that doesn't do anything useful
  34. !F0;
  35. DIR /W
  36. LIST
  37. :!F0
  38.  
  39. Here's a macro to run 8-Ball's Net Utility
  40. N;
  41. CD\WWIV
  42. \WWIV\NETUTIL
  43. :N
  44.  
  45. Here's a "literal" macro to insert an ANSI clear screen in to a file
  46. B"
  47. ~
  48. :B
  49.  
  50.  
  51. Naming Conventions
  52.        "A"   thru "Z"   relate to Alt-A thru Alt-Z
  53.        "1"   thru "0"   relate to Alt-1 thru Alt-0
  54.        "F1"  thru "F0"  relate to F1 thru F10
  55.        "$F1" thru "$F0" relate to Shift-F1 thru Shift-F10
  56.        "^F1" thru "^F0" relate to Control-F1 thru Control-F10
  57.        "!F1" thru "!F0" relate to Alt-F1 thru Alt-F10
  58.        "-", "="        relate to ALT-Minus and Alt-Equal
  59.        "$PD","$HO","$PU","$EN" relate to Shift-(Page Down, Home, PageUp, End)
  60.        "!EN"            relates to ALT-End
  61.        "^PD","^HO","^PU" relate to Control-(Page Down, Home, Page Up)
  62.  
  63. Total Number of Macros:
  64.      F1  thru F0  = 10 minus Any that you use (default F1 and F10 are used)
  65.      $F1 thru $F0 = 10
  66.      ^F1 thru ^F0 = 10
  67.      !F1 thru ^F0 = 10
  68.      A   thru Z   = 26 minus any you use for functions (some used by default)
  69.      1   thru 0   = 10
  70.      ^A,^D,^F     =  3 FROM WWIV (or whatever you map them to)
  71.      -, =, $PD,$HO,$PU,$EN,!EN,^PD,^HO,^PU = 10
  72.     ---------------
  73.                 89 Macros
  74.